Kotlin utilities
1.7.0
common
Kotlin utilities
/
it.czerwinski.kotlin.util
/
Try
/
Companion
Companion
common
object
Companion
Content copied to clipboard
Functions
Functions
invoke
Link copied to clipboard
common
inline operator
fun
<
T
>
invoke
(
callable
:
(
)
->
T
)
:
Try
<
T
>
Content copied to clipboard
Creates a new
Try
based on the result of the
callable
.